Skip to content

[SemanticConventions] Update to v1.44.0 - #5121

Open
martincostello wants to merge 1 commit into
open-telemetry:mainfrom
martincostello:sem-conv-1.44.0
Open

[SemanticConventions] Update to v1.44.0#5121
martincostello wants to merge 1 commit into
open-telemetry:mainfrom
martincostello:sem-conv-1.44.0

Conversation

@martincostello

Copy link
Copy Markdown
Member

Changes

  • Update Semantic Conventions to v1.44.0 and regenerate code.
  • Update weaver to v0.25.1.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

- Update Semantic Conventions to v1.44.0 and regenerate code.
- Update weaver to v0.25.1.
@github-actions github-actions Bot added the comp:semanticconventions Things related to OpenTelemetry.SemanticConventions label Aug 25, 2026
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.18%. Comparing base (d074a71) to head (03a6e68).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5121   +/-   ##
=======================================
  Coverage   78.18%   78.18%           
=======================================
  Files         484      484           
  Lines       20555    20555           
=======================================
  Hits        16071    16071           
  Misses       4484     4484           
Flag Coverage Δ
unittests-PowerShellScripts 86.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello
martincostello marked this pull request as ready for review August 25, 2026 09:12
@martincostello
martincostello requested a review from a team as a code owner August 25, 2026 09:12
Copilot AI lite review requested due to automatic review settings August 25, 2026 09:12
@opentelemetry-pr-dashboard

opentelemetry-pr-dashboard Bot commented Aug 25, 2026

Copy link
Copy Markdown

Pull request dashboard status

Waiting on reviewers · refreshed 2026-08-25 13:45 UTC

Review the latest changes.

Status above doesn't look right?
  • Just replied or pushed? Anything around or after the refresh time above may not be picked up yet — give it a few minutes.
  • Anything look wrong? Report it with what you expected; it helps us improve the dashboard.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenTelemetry.SemanticConventions component to OpenTelemetry Semantic Conventions v1.44.0 (via weaver v0.25.1) and regenerates the generated attributes surface accordingly.

Changes:

  • Bump the pinned semantic-conventions version to 1.44.0 and weaver generator to v0.25.1.
  • Regenerate semantic convention attribute constants and doc comments (including new attributes like browser web vitals, Kafka cluster ID, Scaleway cloud values).
  • Update CHANGELOG.md and .publicApi/PublicAPI.Unshipped.txt to reflect the regenerated/public surface changes.

Reviewed changes

Copilot reviewed 32 out of 34 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/OpenTelemetry.SemanticConventions/scripts/generate.ps1 Updates pinned semantic conventions and weaver versions used for code generation.
src/OpenTelemetry.SemanticConventions/CHANGELOG.md Adds an Unreleased entry for the semantic conventions version bump.
src/OpenTelemetry.SemanticConventions/Attributes/UrlAttributes.cs Regenerated URL attribute docs (wording/casing updates).
src/OpenTelemetry.SemanticConventions/Attributes/TlsAttributes.cs Regenerated TLS protocol value docs (casing updates).
src/OpenTelemetry.SemanticConventions/Attributes/TelemetryAttributes.cs Regenerated telemetry SDK language docs (now include links/names).
src/OpenTelemetry.SemanticConventions/Attributes/SourceAttributes.cs Regenerated docs (terminology capitalization updates).
src/OpenTelemetry.SemanticConventions/Attributes/SessionAttributes.cs Regenerated docs (ID capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/ServerAttributes.cs Regenerated docs (terminology capitalization updates).
src/OpenTelemetry.SemanticConventions/Attributes/RpcAttributes.cs Regenerated RPC docs (updated guidance text).
src/OpenTelemetry.SemanticConventions/Attributes/PprofAttributes.cs Regenerated docs (expanded “regexp” wording).
src/OpenTelemetry.SemanticConventions/Attributes/OtelAttributes.cs Regenerated component type docs (hyphenation/wording updates).
src/OpenTelemetry.SemanticConventions/Attributes/OsAttributes.cs Regenerated OS docs (terminology capitalization updates).
src/OpenTelemetry.SemanticConventions/Attributes/OracleAttributes.cs Regenerated docs (SQL capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/NetworkAttributes.cs Regenerated network docs (Wi‑Fi/UNIX wording updates).
src/OpenTelemetry.SemanticConventions/Attributes/NetAttributes.cs Regenerated docs (UNIX wording update).
src/OpenTelemetry.SemanticConventions/Attributes/MessagingAttributes.cs Regenerated messaging attributes; adds Kafka cluster ID and doc text updates.
src/OpenTelemetry.SemanticConventions/Attributes/McpAttributes.cs Regenerated docs (URI capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/LogAttributes.cs Regenerated docs (ID capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/HostAttributes.cs Regenerated docs (UNIX wording update).
src/OpenTelemetry.SemanticConventions/Attributes/FileAttributes.cs Regenerated docs (filename/internet wording updates).
src/OpenTelemetry.SemanticConventions/Attributes/DestinationAttributes.cs Regenerated docs (UNIX wording update).
src/OpenTelemetry.SemanticConventions/Attributes/DeploymentAttributes.cs Regenerated docs (ID capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/DbAttributes.cs Regenerated DB docs (adds privacy/sanitization guidance; updates obsolete message).
src/OpenTelemetry.SemanticConventions/Attributes/ContainerAttributes.cs Regenerated container docs (wording/capitalization updates).
src/OpenTelemetry.SemanticConventions/Attributes/CodeAttributes.cs Regenerated docs (filename wording update).
src/OpenTelemetry.SemanticConventions/Attributes/CloudfoundryAttributes.cs Regenerated docs (ID capitalization update).
src/OpenTelemetry.SemanticConventions/Attributes/CloudAttributes.cs Adds new cloud provider/platform values (Scaleway).
src/OpenTelemetry.SemanticConventions/Attributes/ClientAttributes.cs Regenerated docs (UNIX wording update).
src/OpenTelemetry.SemanticConventions/Attributes/BrowserAttributes.cs Adds new browser web vital attributes + value enums.
src/OpenTelemetry.SemanticConventions/Attributes/AspnetcoreAttributes.cs Regenerated docs (wording update).
src/OpenTelemetry.SemanticConventions/Attributes/ArtifactAttributes.cs Regenerated docs (ID/filename wording updates).
src/OpenTelemetry.SemanticConventions/Attributes/AppAttributes.cs Regenerated docs (hyphenation/wording update).
src/OpenTelemetry.SemanticConventions/Attributes/AndroidAttributes.cs Regenerated docs (Android capitalization update).
src/OpenTelemetry.SemanticConventions/.publicApi/PublicAPI.Unshipped.txt Updates the tracked public API surface to include newly generated constants/types.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/OpenTelemetry.SemanticConventions/CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp:semanticconventions Things related to OpenTelemetry.SemanticConventions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants